home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 31 / FreelogHS31.iso / PDF / DoPDF / dopdf.exe / {app} / dopdf5.chm / default.css < prev    next >
Cascading Style Sheet File  |  2007-07-20  |  2KB  |  110 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table /* Normal */
  4. {
  5.  font-size: 9pt;
  6.  font-family: 'Verdana';
  7.  font-style: normal;
  8.  font-weight: normal;
  9.  color: #000000;
  10.  text-decoration: none;
  11. }
  12. span.f_Bulleted_main /* Bulleted_main */
  13. {
  14. }
  15. span.f_Bulleted_sublist /* Bulleted_sublist */
  16. {
  17.  font-size: 12pt;
  18.  font-family: 'Times New Roman';
  19.  color: #010101;
  20. }
  21. span.f_CodeExample /* Code Example */
  22. {
  23.  font-size: 10pt;
  24.  font-family: 'Courier New';
  25.  color: #000000;
  26. }
  27. span.f_Comment /* Comment */
  28. {
  29. }
  30. span.f_CourierFixed /* Courier Fixed */
  31. {
  32.  font-family: 'Courier New';
  33.  color: #000000;
  34. }
  35. span.f_Heading_group /* Heading_group */
  36. {
  37.  font-size: 12pt;
  38.  font-weight: bold;
  39. }
  40. span.f_Heading_subgroup /* Heading_subgroup */
  41. {
  42.  font-weight: bold;
  43. }
  44. span.f_Heading1 /* Heading1 */
  45. {
  46.  font-size: 14pt;
  47.  font-weight: bold;
  48. }
  49. span.f_ImageCaption /* Image Caption */
  50. {
  51.  font-weight: bold;
  52.  color: #000000;
  53. }
  54. span.f_Italic_related /* Italic_related */
  55. {
  56.  font-style: italic;
  57.  font-weight: bold;
  58. }
  59. span.f_Link_related /* Link_related */
  60. {
  61. }
  62. span.f_Notes /* Notes */
  63. {
  64. }
  65. /* Paragraph styles */
  66. p /* Normal */
  67. {
  68.  text-align: left;
  69.  text-indent: 0px;
  70.  padding: 0px 0px 0px 0px;
  71.  margin: 0px 0px 0px 0px;
  72. }
  73. .p_Bulleted_main /* Bulleted_main */
  74. {
  75.  margin: 0px 0px 0px 24px;
  76. }
  77. .p_CodeExample /* Code Example */
  78. {
  79.  white-space: nowrap;
  80. }
  81. .p_Comment /* Comment */
  82. {
  83. }
  84. .p_Heading_group /* Heading_group */
  85. {
  86.  margin: 10px 0px 0px 0px;
  87. }
  88. .p_Heading_subgroup /* Heading_subgroup */
  89. {
  90. }
  91. .p_Heading1 /* Heading1 */
  92. {
  93. }
  94. .p_ImageCaption /* Image Caption */
  95. {
  96.  text-align: justify;
  97.  margin: 5px 0px 5px 48px;
  98. }
  99. .p_Italic_related /* Italic_related */
  100. {
  101.  margin: 0px 0px 10px 0px;
  102. }
  103. .p_Link_related /* Link_related */
  104. {
  105.  margin: 0px 0px 0px 10px;
  106. }
  107. .p_Notes /* Notes */
  108. {
  109. }
  110.